containers.<name>.tmpfs

Mounts a set of tmpfs file systems into the container. Multiple paths can be specified. Valid items must conform to the --tmpfs argument of systemd-nspawn. See systemd-nspawn(1) for details.

Type
list of string
Default
[ ]
Example
[
  "/var"
]
Declared
<nixpkgs/nixos/modules/virtualisation/nixos-containers.nix>